Package | Description |
---|---|
oracle.pg.nosql |
This package contains the logic specific to the property graph support on Oracle NoSQL Database.
|
Modifier and Type | Method and Description |
---|---|
VertexFilterCallback |
OraclePropertyGraph.getVertexFilterCallback()
Get the VertexFilterCallback associated to this property graph
|
Modifier and Type | Method and Description |
---|---|
Iterable<Vertex> |
OraclePropertyGraph.getVertices(String[] keys, VertexFilterCallback vfc)
Return an iterable to all the vertices in the graph that have any of the specified keys and satisfy the specifed vertex filter callback.
|
Iterable<Vertex> |
OraclePropertyGraph.getVertices(String[] keys, VertexFilterCallback vfc, OraclePropertyGraphBase.OptimizationFlag optFlag)
Return an iterable to all the vertices in the graph that have any of the specified keys and satisfy the specifed vertex filter callback.
|
Iterable<Vertex>[] |
OraclePropertyGraph.getVerticesPartitioned(oracle.kv.KVStoreConfig[] kvcArray, boolean bSkipStoreToCache, int iStartSplitID, String[] keys, VertexFilterCallback vfc)
Return an array of iterables to the vertices that have at least one of the keys
|
Iterable<Vertex>[] |
OraclePropertyGraph.getVerticesPartitioned(oracle.kv.KVStoreConfig[] kvcArray, boolean bSkipStoreToCache, int iStartSplitID, String[] keys, VertexFilterCallback vfc, OraclePropertyGraphBase.OptimizationFlag optFlag)
Return an array of iterables to the vertices that have at least one of the keys
|
Iterable<Vertex>[] |
OraclePropertyGraph.getVerticesWithCustomizedParallelTableScan(String[] keys, VertexFilterCallback vfc, OraclePropertyGraphBase.OptimizationFlag optFlag)
Return an array of iterables to the vertices in the graph that have at least one of the given keys
|
Iterable<Vertex> |
OraclePropertyGraph.getVerticesWithDefaultParallelTableScan(String[] keys, VertexFilterCallback vfc)
Return an iterable of vertices in the graph that have at least one of the given keys
|
Iterable<Vertex> |
OraclePropertyGraph.getVerticesWithDefaultParallelTableScan(String[] keys, VertexFilterCallback vfc, OraclePropertyGraphBase.OptimizationFlag optFlag)
Return an iterable of vertices in the graph that have at least one of the given keys
|
void |
OraclePropertyGraph.setVertexFilterCallback(VertexFilterCallback vfc)
Set the default VertexFilterCallback associated to this property graph
|
Copyright © 2015 Oracle and/or its afflilates. All Rights Reserved.